
.menu_bg { width: 100%; height: 60px; line-height: 60px; background-color: #019C63; }
#nav {/* width: 1000px;*/ display: block; margin: 0 auto; }
    #nav .jquery_out { float: left; line-height: 60px; display: block; text-align: center; color: #fff; }
    #nav .mainlevel { float: left; /*width: 100px; IE6 only*/ }
        #nav .mainlevel a { color: #fff; text-decoration: none; font-size: 15px; line-height: 60px; display: block; width: 83px; text-align: center; }
            /*#nav .mainlevel img{ float:left; position:relative; margin-top:-40px;}*/
            #nav .mainlevel a:hover { text-decoration: none; color: #fe0000; background: #89ad0d; }
        #nav .mainlevel ul { display: none; position: absolute; z-index: 100; margin-left: -20px; }
        #nav .mainlevel li { height: 60px; background-color: #019C63; width: 90px; /*IE6 only*/ }
        #nav .mainlevel ul li { width: 130px; }

            #nav .mainlevel ul li a { color: #fff; line-height: 60px; font-size: 14px; text-align: center; width: 130px; }
                #nav .mainlevel ul li a:hover { background: #dad8d9; color: #fe0000; font-weight: bold; }


.cbody { background-image:url(cbg.jpg); background-position:top left; background-repeat:no-repeat; }


/*搜索样式*/
.TopSearch { height:30px; border:1px solid #019C63; white-space:nowrap; position:relative; float:right; width:200px; background:#FFF; margin:15px 14px 0px 0px;}
.SearchText { margin:6px 0px 0px 0px;text-indent:8px;line-height:21px; vertical-align:top; border:0; font-size:13px; color:#9b9b9b; width:161px; float:left;}
.SearchBtn { width:37px; height:100%; vertical-align:middle; margin:0px 0px 0px 0px; cursor:pointer; background:url(searchbt_v4.2.gif) center center no-repeat #fff; border:0; float:right; }
.SearchBtn:hover { background-color:#7FFF00; }